Skip to main content

StarType

Members

The type of a star. It can be any of the following strings: Red, Orange, Yellow, Blue, Neutron.

Luau Type

This is the luau type for StarType. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type StarType = "Red" | "Orange" | "Yellow" | "Blue" | "Neutron"